home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / s / ep_loadconfig.rexx < prev    next >
OS/2 REXX Batch file  |  1993-10-20  |  118b  |  9 lines

  1. /* EaglePlayer - Lade anegebene Eagleplayerconfig */
  2.  
  3. parse arg configname
  4.  
  5. address 'rexx_EP'
  6.  
  7. loadconfig configname
  8.  
  9.